Deprecations in Admin Essentials
Deprecations in Admin Essentials are shown in the table below.
| Method | Description | Deprecation Release | Scheduled Removal Release | Replacement | 
|---|---|---|---|---|
| GET /admin/artifacts/available | Get available artifacts/prebuilts from the Itential git repository. | 2020.2 | 2021.2 | GET /prebuilts-repository | 
| GET /admin/artifacts/export/:id | Exports an artifact/prebuilt. | 2020.2 | 2021.2 | GET /prebuilts/:id/export | 
| GET /admin/artifacts/:id | Gets an artifact/prebuilt. | 2020.2 | 2021.2 | GET /prebuilts/:id | 
| GET /admin/artifacts | Gets all artifacts/prebuilts installed. | 2020.2 | 2021.2 | GET /prebuilts | 
| POST /admin/artifacts/import | Imports an artifact/prebuilt. | 2020.2 | 2021.2 | POST /prebuilts/import | 
| POST /admin/artifacts | Installs an artifact. | 2020.2 | 2021.2 | Method removed; no longer necessary with new methods such as POST /prebuilts/import. | 
| DELETE /admin/artifacts/:id | Removes an artifact/prebuilt from the IAP system. | 2020.2 | 2021.2 | DELETE /prebuilts/:id | 
| PUT /admin/artifacts/:id | Updates an artifact/prebuilt. | 2020.2 | 2021.2 | PUT /prebuilts/:id |